

/* Use the font in your styles */
body {
    font-family: 'Comfortaa-Medium',sans-serif;
	padding: 0; /* Resetting default padding */
		background:white;
}



div {

    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.container {

    max-width: 1000px; /* Set maximum width of the container */
    margin: 0 auto; /* Center the container horizontally */
    padding: 0 20px; /* Add padding to the left and right sides */
	
}
#welcome_img {
	max-width: 250px;
	
 
}
/*-button-*/


.btn {
    font-size: 20px;
    color: #ffffff;
    background-color: #CE4760;
    box-shadow: 89px 11px 35px -12px #ffffff, 1px 8px 10px -3px #CE4760;
    padding-left: 15px;
    padding-right: 15px;
    margin: 36px;
}
/*------------------- NAVBAR START -------------------*/
.hamburger-icon {
    background-color: transparent; /* In case the background is an image */
}

.hamburger-icon span {
    display: block;
    width: 30px; /* Adjust the width if needed */
    height: 3px; /* The thickness of each bar */
    margin: 5px 0;
    background-color: black; /* This sets the color of the bars to black */
    transition: all 0.3s ease; /* For smooth transition effects */
}

.hamburger-icon:hover span {
    background-color: black; /* Change color on hover if needed */
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.nav-item {
    display: flex;
    justify-content: center;
    border-radius: 49px;
    margin: 9px;
    padding-left: 2px;
    padding-right: 2px;
    box-shadow: 0 5px 4px 0 rgb(63 16 16 / 20%), 0 7px 7px 2px rgb(255 165 165 / 19%);
    position: relative;
}



.nav-link {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    margin: 5px;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px;
    color: #9f6f6f;
    text-decoration: none;
    border-radius: 48px;
    transition: background-color 0.3s ease;
}
.nav-link:hover {
    color: #8ba98b;
    /* box-shadow: 0 0px 10px 0 rgb(255 255 255 / 20%), 0 6px 20px 0 rgb(252 250 246); */
}
.nav-item:hover {
    box-shadow: 1px 3px 3px #e0caca;
}
.nav-link::before {
	
    content: ''; /* Create an empty content */
    position: absolute; /* Position the overlay absolutely */
    top: -5px; /* Adjust the top position to expand the clickable area */
    bottom: -5px; /* Adjust the bottom position to expand the clickable area */
    left: -5px; /* Adjust the left position to expand the clickable area */
    right: -5px; /* Adjust the right position to expand the clickable area */
}

.nav-link:hover::before {
    cursor: pointer;

}

/* Change background color and text color on hover */



#navbarSupportedContent{
margin-top:10px;
}


/*-button-*/
button.navbar-toggler{
    border-radius: 31px;
}
.navbar-nav{
padding-bottom: 30px;

}

#logo {
    width: 100%;
    margin-top: -7%;
}

.header_section {
    margin-top: 1%;
    background-color: white;
}





/*------------------- HOME START -------------------*/

.titles {
    border-radius: 23px;
    text-align: center;
    margin: 18px;
    font-weight: 200;
    font-size: 33px;
    color: #9F6F6F;
}
.font-text{


    font-size: 18px;
    font-weight: 200;
    margin-bottom: 71%;
}


#services-home {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: space-between;
    align-items: baseline;
}

#services-title-home {
  
    margin-bottom: 3%;
    font-size: 50px;
}
.col-md-3 img{
	max-width:150px;
}
#iatriko-home {
    margin-top: 10%;
    font-size: 90px;
    color: #9f6f6f;
	width:120%;
    text-shadow: -3px 5px 0px #fdd5b1;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px); /* Starts slightly below the final position */
    }
    100% {
        opacity: 1;
        transform: translateY(0); /* Final position */
    }
}

#iatriko-home {
    animation: fadeIn 2s ease-out forwards; /* 'forwards' keeps the final state after the animation */
    opacity: 0; /* Start invisible */
}



@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px); /* Starts slightly below the final position */
    }
    100% {
        opacity: 1;
        transform: translateY(0); /* Final position */
    }
}

#home-text{
    animation: fadeIn 1s ease-out forwards; /* 'forwards' keeps the final state after the animation */
    opacity: 0; /* Start invisible */
}

.heading_container.heading_center {
    background: white;
    /* box-shadow: 28px 155px 139px 454px #ffffff; */
}


.home-box {
    /* width: 80%; */

    padding: 20px;
    font-size: 21px;
    flex: 2 1 calc(33.333% - 20px);
    border-radius: 35px;
    margin-bottom: 2%;
    margin-top: 5%;
    color: #9F6F6F;
}


#gallery-btn-container-home{
	margin:2%;
}

#home-text2 {
    font-size: 21px;
    color: #7b9d7b;
    line-height: 1.6;
    margin: 40px 0;
    margin-bottom: 10%;
    padding: 15px;
    background-color: #fff;
    border-radius: 508px;
    text-align: center;
    /* box-shadow: 28px 340px 243px 454px #ffffff; */
}

/* Responsive styles for smaller screens */
@media (max-width: 768px) {
    #home-text2 {
        font-size: 16px; /* Slightly smaller font on mobile */
        padding: 10px; /* Reduce padding on smaller screens */
    }
	#iatriko-home{
	margin-top:10%;
	font-size:35px;	
	 
}
}
.font-text {
    margin-bottom: 3%;
    color: #8ba98b;
    text-align: center;
}
	
}

@media screen and (min-width: 993px) {
#services-home {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    justify-items: start;
}

#medicaltattoo{
	margin-top:5%;
}


}
/*------------------- GALLERY START -------------------*/
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  display: block;
  max-width: 100%;
}

main {
  display: grid;
  place-items: center;
  min-height: 100vh;
}

.container-before-after{
  display: grid;
  place-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  --position: 50%;
}

.image-container {

max-width: 400px;
    /*aspect-ratio: 1 / 1;*/
	
  height: 400px;    /* Set a fixed height for the images */
  
position: relative; }

div#gallery-container {
}

.slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}

.image-before {
  position: absolute;
  inset: 0;
  width: var(--position);

}

.slider {
  position: absolute;
  inset: 0;
  cursor: pointer;
  opacity: 0;
  /* for Firefox */
  width: 100%;
  height: 100%;
}

.slider:focus-visible ~ .slider-button {
  outline: 5px solid black;
  outline-offset: 3px;
}

.slider-line {
  position: absolute;
  inset: 0;
  width: .2rem;
  height: 100%;
  background-color: #fff;

  left: var(--position);
  transform: translateX(-50%);
  pointer-events: none;
}

.slider-button {
  position: absolute;
  background-color: #fff;
  color: black;
  padding: .5rem;
  border-radius: 100vw;
  display: grid;
  place-items: center;
  top: 50%;
  left: var(--position);
  transform: translate(-50%, -50%);
  pointer-events: none;

  box-shadow: 1px 1px 1px hsl(0, 50%, 2%, .5);
}
.slider-image,.image-before,.image-after{
    margin-top: 10%;
}

div {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    justify-content: space-around;
}

.div-gallery-images {
    display: flex;
    align-items: stretch;  
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    justify-content: space-around;

}



/*------------------- CONTACT START -------------------*/

/* Flexbox container for two columns */
.contact-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    flex-direction: row-reverse;
}

/* Left Column (Form) */
.contact-form-column {
    flex: 1; /* Allow form column to take up available space */
    min-width: 300px; /* Ensures the column doesn't shrink too much on small screens */
}

/* Right Column (Contact Info) */
.contact-info-column {
    flex: 1; /* Allow contact info column to take up available space */
    min-width: 300px; /* Ensures the column doesn't shrink too much on small screens */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Optional: Styling for contact info text */

.contact-info {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    font-size: 16px;
    flex-direction: column;
    margin-top: -37%;
    color: #749874;
    align-content: center;
    gap: 17px;
    width: 58%;
}
.section {
    margin: 5%;
    margin-top: 7%;
    padding: 60px 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: -1px 5px 46px -15px #CE4760;
}
#epikoinoniste {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    color: #9f6f6f;
    margin-bottom: 33px;
}
#contact-btn{
	    padding: 11px;
		border-radius: 15px
}


#contact {
    margin: 5%;
    margin-top: -0.3%;
    padding: 60px 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: initial;
}
.contact-form {
    max-width: 1000px; /* Increased maximum width */
    margin: 0 auto; /* Center form */
    padding: 0 20px; /* Padding for responsiveness */
}


.field {
    padding: 27px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    transition: border-color 0.3s;
    width: 100%;
    box-sizing: border-box;
}
input#id_name {
    padding: 20px;
}
input#id_email {
    padding: 20px;
}

.message-field {
    height: 170px;
}
}
.field:focus {
    border-color:#749874;
    outline: none;
    box-shadow: 0 0 5px rgb(252 212 177);
}


.terms-label {
    margin-bottom: 20px; /* Space below label */
    font-size: 14px; /* Font size for terms */
}

.terms-label a {
    color: #CE4760; /* Color for links */
    text-decoration: none; /* Remove underline */
}

.terms-label a:hover {
    text-decoration: underline; /* Underline on hover */
}

.btn {
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #759875;
    color: #ffffff;
    padding: 15px;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 28px;
    border: none;
    border-radius: 35px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn:hover {
    background-color: #fdd5b1; /* Darker shade on hover */
	color:white;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: white;
    background-color: #e57487;
    border-color: var(--bs-btn-active-border-color);
}
.btn i {
    margin-right: 8px; /* Space between icon and text */
}
/* Style for the button when clicked or focused */



/* Responsive Styles */
@media (max-width: 733px) {


    .contact-info {
        font-size: 0px;
        margin-top: 0px;
    }

	.contact-info-column {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: -17%;
}
    .contact-form {
        padding: 0 10px; /* Adjust padding for smaller screens */
    }
    
    .btn {
        width: 100%; /* Full width for button on smaller screens */
		font-size: 19px;
    }
    
    .message-field {
        height: 120px; /* Adjust message field height on smaller screens */
    }
	#services-home {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: space-between;
    align-items: baseline;
}
}

/*------------------- ABOUT START -------------------*/
about-section {
    z-index: -1;
    padding: 60px 20px;
}/*  background-color: #ffdddd; Light background color */


#about-us-title {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    color: #749874;
    margin-bottom: 40px;
}

.row {
    display: flex; /* Flexbox for layout */
    flex-wrap: wrap; /* Allow wrapping */
    justify-content: space-between; /* Space between columns */
}

.img-box {
    overflow: hidden;
    width: 200px;
    border-radius: 60px;
    background: white;
    box-shadow: 42px 14px 42px -49px #e78888, 1px 8px 10px -4px #a9c0a9;
}

.img-box:hover {
    background: #ffffff;
    box-shadow: 42px 14px 42px -32px #ffff, 1px 8px 10px -4px #FDD5B1;
}
#about-img {
    z-index: 1;
    margin-top: 7%;
    width: 35%;
    height: 35%;
    border-radius: 44px;
   /* box-shadow: 0px 41px 57px -34px #CE4760;*/
}
.text-about-title {
    font-size: 25px;
    margin: 24px;
    font-weight: bold;
    color: #9F6F6F;
}


.text-container {z-index:-1;
    margin-top: 8%;
    padding: 15px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 28px 155px 139px 454px #ffffff;

}

.text {
    color: #9F6F6F;
    font-size: 21px;
    line-height: 1.6;
}




@media (max-width: 1000px) {
#about-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

}
/* Responsive Styles */
@media (max-width: 768px) {
    .row {
        flex-direction: column; /* Stack columns on small screens */
    }
	#services-home {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: space-between;
    align-items: baseline;
}
 

    #about-us-title {
        font-size: 30px; /* Smaller title size on mobile */
		width:100%;
	}

    #text {
        font-size: 15px; /* Slightly smaller text on mobile */
    }
}

#service-top-title {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    color: #9F6F6F;
    margin-bottom: 40px;
    margin-top: 15%;
}
/* General container for the services */
.services-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

/* Each service box */
.service-box {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 1px 5px 26px -15px #CE4760;
    flex: 1 1 calc(33.333% - 20px); /* Three items per row */
    box-sizing: border-box;
}

/* Title inside the service box */
.service-title {
    font-size: 18px;
    font-weight: bold;
    color: #9f6f6f;
    margin-bottom: 10px;
}

/* Text inside the service box */
.service-text {
    font-size: 16px;
    color: #749874;
}
/* Responsive design */
@media (max-width: 768px) {
    .service-box {
        flex: 1 1 calc(50% - 20px); /* Two items per row for tablet size */
    }
	.img-box {
    overflow: hidden;
    width: 35%;

}
}

@media (max-width: 576px) {
    .service-box {
        flex: 1 1 100%; /* One item per row for mobile size */
    }
	.img-box {
    overflow: hidden;
    width: 50%;

}
}

.footer-copyright{
		font-size:15px;
	
}

.footer-section {
    background: #749874;
    color: white;
    margin-top: 3%;
    font-size: 25px;
}
.footer-headers {
    font-size: 27px;
    margin-top: -31%;
}
a {
  text-decoration: none;
  color:white;
  font-size:18px;
  
}
.privacy-footer {
  text-decoration: none;
  color:#c1c1c1;
  font-size:18px;
  
}
privacy-policy-footer
span{margin-bottom:15%;
	color:white;
	    font-size: 21px;
	margin-bottom:15%;
}


.cookie-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #9f6f6f;
    color: #ecf0f1;
    padding: 15px 20px;
    font-size: 16px;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-end;
}

.cookie-bar a {
    color: #white;                  /* Link color */
    text-decoration: underline;      /* Underline links */
}

.cookie-bar a:hover {
    text-decoration: none;           /* Remove underline on hover */
    color: white;                  /* Change link color on hover */
}

.cookie-bar .cc-cookie-accept,
.cookie-bar .cc-cookie-decline {
    background-color: #759875;      /* Accept button color */
    color: white;                    /* Accept button text color */
    padding: 10px 15px;              /* Button padding */
    border: none;                    /* Remove border */
    border-radius: 5px;             /* Rounded corners */
    cursor: pointer;                 /* Pointer cursor on hover */
    margin-left: 10px;              /* Space between buttons */
    transition: background-color 0.3s; /* Smooth background color change */
}

.cookie-bar .cc-cookie-accept:hover,
.cookie-bar .cc-cookie-decline:hover {
    background-color: #219653;       /* Darker shade on hover */
}
a.cc-cookie-accept {
    margin: 15px;
}


.success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding: 10px;
    border-radius: 5px;
}

.error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 10px;
    border-radius: 5px;
}
